home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // ParsHead.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: ParsHead.pas
- //----------------------------------------------------------------------------
- #ifndef ParsHeadHPP
- #define ParsHeadHPP
- //----------------------------------------------------------------------------
- #include <DBGrids.hpp>
- #include <Grids.hpp>
- #include <DBCtrls.hpp>
- #include <ExtCtrls.hpp>
- #include <DB.hpp>
- #include <DBTables.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <System.hpp>
- namespace Parshead
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TParseHeaders;
- class __declspec(pascalimplementation) TParseHeaders : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Dbtables::TTable* HeadersToParseTab;
- Db::TDataSource* DataSource1;
- Dbgrids::TDBGrid* DBGrid1;
- Dbctrls::TDBNavigator* DBNavigator1;
- public:
- /* TForm.Create */ __fastcall virtual TParseHeaders(Classes::TComponent* AOwner) : Forms::TForm(AOwner
- ) { }
- /* TForm.CreateNew */ __fastcall TParseHeaders(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
- AOwner, Dummy) { }
- /* TForm.Destroy */ __fastcall virtual ~TParseHeaders(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TParseHeaders(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern TParseHeaders* ParseHeaders;
-
- } /* namespace Parshead */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Parshead;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // ParsHead
-